SAU_YEM = {
	sau_intervene_YEM = {
		allowed = { tag = SAU }

		available = {
			or = {
				YEM = { has_volunteers_amount_from = { tag = SAU count > 0 } }
				HOU = { has_volunteers_amount_from = { tag = SAU count > 0 } }
				
			}
			
		}

		activation = {
			YEM = {
				or = {
					has_war_with = HOU
				}
			}
		}

		Is_good = yes

		selectable_mission = yes
		days_mission_timeout = 60
		days_remove = 5

		fire_only_once = yes

		timeout_effect = {
		
		}

		complete_effect = {
			add_political_power = 25
		}
		
		ai_will_do = {
			factor = 1
		}
	}
}